home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmigaPlus
/
Online
/
YAM
/
ChangeLog
< prev
next >
Wrap
Text File
|
2003-02-21
|
4KB
|
77 lines
---------------------------
YAM Open Source - ChangeLog
---------------------------
$Id: ChangeLog,v 1.401 2003/02/21 17:12:15 damato Exp $
$Source: /cvsroot/yamos/yamos/ChangeLog,v $
2003-02-21 Jens Langner <Jens.Langner@light-speed.de>
* YAM_UT.c: fixed bug in AppendToBuffer() function where we forgot
to terminate a string with a '\0' and therefore sometimes got
back unterminated string which could have caused problems later on.
2003-02-18 Jens Langner <Jens.Langner@light-speed.de>
* added seperate contextmenu for the titlebar of the MailList and
FolderList. Now a user can directly enable/disable columns by
using the RMB in front of the NList titlebar.
* replaced the popupmenu.library based contextmenus with better
integrateable MUI based contextmenus. This allows to separate the
contextmenu in two different areas - one for the title and one
for the rest of the listview. Also contextmenus are now possible
even if the user hasn`t got popupmenu.library installed.
Now YAM doesn`t require/use popupmenu.library anymore which is a
bit more "natural" for a MUI application.
2003-02-17 Jens Langner <Jens.Langner@light-speed.de>
* YAM_mail_lex.l: reworked the textstyle highlighting regular
expressions to work more accurate and also allow to stylish text
passages with only one character. That fixes bug #683385.
2003-02-16 Jens Langner <Jens.Langner@light-speed.de>
* YAM_mail_lex.l: fixed tiny bug in the text highlighting routines
where after a URL in a quoted text part, the color information
was lost.
* YAM_CL.c: changed the TextEditor WheelMouse support to scroll
up/down by a value of 1/6 of the displayed text. Let`s see if
this is the value most people can live with :)
2003-02-14 Jens Langner <Jens.Langner@light-speed.de>
* classes/Addrmatchlist.c, classes/Recipientstring.c: changed the
Recipientstring and it`s matchwindow to support selection via
the mouse including the possibility to use the wheel to scroll
up/down in the addrmatchlist. This also fixes bug #645653.
* YAM_WR.c: changed writewindow to automatically select the
To string gadget as the active object upon a selection of the
first page.
2003-02-13 Jens Langner <Jens.Langner@light-speed.de>
* classes/Addrmatchlist.c: if the window that the addrmatchlist was
displayed in had been moved while the matchlist was open, the next
time it opened at the wrong position.
* YAM_CL.c: added Wheelmouse support to own TextEditor subclass. As
the original TextEditor doesn`t support the newmouse
NM_WHEEL_UP/DOWN codes, YAM catches this codes on it`s own now and
sends the slider the correct commands to scroll down/up.
2003-02-12 Jens Langner <Jens.Langner@light-speed.de>
* YAM_UT.c: changed array MUIM_NList_Insert call to use the newly
introduced MUIV_NList_Insert_Flag_Raw flag. This flag allows to
insert data into a NList without reevaluating the NList`s column
width on each insert operation and therefore speeds up the insertion.
This new flag is only available if NList.mcc v20.109 or higher is
used. If a lower version is used, YAM will simply display the mail
listview with the old speed :)
Tests have shown that together with this new flag it is possible to
insert ~8000 elements in around 1-2 sec. instead of 8-9 seconds
previously.
- Rest of ChangeLog cut to save space -
- Full ChangeLog at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/yamos/yamos/ChangeLog -